home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TOUTPUTFORM
/
TOUTPUTFORM.txt
Wrap
Text File
|
2004-10-12
|
1KB
|
62 lines
object OutputForm: TOutputForm
Left = 348
Top = 299
Width = 500
Height = 355
BorderIcons = [biSystemMenu]
BorderWidth = 8
Caption = 'Execution Error'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 0
Width = 476
Height = 16
Align = alTop
AutoSize = False
Caption = 'Program output:'
end
object eOut: TMemo
Left = 0
Top = 16
Width = 476
Height = 262
Align = alClient
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
WantReturns = False
WordWrap = False
end
object Panel1: TPanel
Left = 0
Top = 278
Width = 476
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object bClose: TButton
Left = 200
Top = 8
Width = 75
Height = 25
Cancel = True
Caption = '&Close'
Default = True
ModalResult = 2
TabOrder = 0
end
end
end